home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / rbbs_pc / msgtos13.zip / MSGTOSS.BBS < prev    next >
File List  |  1990-03-31  |  3KB  |  67 lines

  1. ; All RBBS Conferences require |Rxxxx| where the R signifies that it
  2. ; is an RBBS message base and the xxxx is the size in RECORDS of that
  3. ; message base.  The xxxx will be the size the message base is CHOPPED
  4. ; back down to when using the '/SIZE' switch when necessary.
  5. ;
  6. ; NOTE1: Actual size (in bytes) of the message bases is (xxxx * 128)
  7. ;
  8. ; NOTE2: You CAN toss NETMAIL into an RBBS Conference by adding the
  9. ;        AREA 'NETMAIL' to a below referenced RBBS conference.
  10. ;
  11. ; NOTE3: All of these conferences MUST contain an 'M.DEF' to be
  12. ;        recognized, and MUST have a matching 'U.DEF' users file in
  13. ;        the same directory, even the Netmail Conference.  However, if
  14. ;        you use the message file "MESSAGES", MSGTOSS will assume a
  15. ;        user file called "USERS" in the same directory.
  16. ;
  17. C:\RBBS\commm.def     COMM          |R1024|
  18. C:\RBBS\consultm.def  CONSULTING    |R1024|
  19. C:\RBBS\cookingm.def  COOKING       |R1024|
  20. C:\RBBS\c_prgmm.def   C_ECHO        |R1024|
  21. C:\RBBS\feminm.def    FEMINISM      |R1024|
  22. C:\RBBS\forsalem.def  4SALE         |R1024|
  23. C:\RBBS\hdconfm.def   HDCONF        |R1024|
  24. C:\RBBS\hdsalem.def   HDSALE        |R1024|
  25. C:\RBBS\hstm.def      HST           |R1024|
  26. C:\RBBS\humorm.def    HUMOR         |R1024|
  27. C:\RBBS\os2m.def      OS2           |R1024|
  28. C:\RBBS\physicsm.def  PHYSICS       |R1024|
  29. C:\RBBS\pnwtechm.def  PNW.TECH      |R1024|
  30. C:\RBBS\pursuitm.def  PURSUIT       |R1024|
  31. C:\RBBS\quikbasm.def  QUIK_BAS      |R1024|
  32. C:\RBBS\sciencem.def  SCIENCE       |R1024|
  33. C:\RBBS\sportsm.def   SPORTS        |R1024|
  34. C:\RBBS\techm.def     TECH          |R1024|
  35. C:\RBBS\warningm.def  WARNINGS      |R1024|
  36. ;
  37. ; The BELOW are FIDO Style Conferences and each require the |F|.  The
  38. ; area 'UNKNOWN' AND 'NETMAIL' is required either in an RBBS conference
  39. : (above) or below as a FIDO style conference.
  40. ;
  41. ; NOTE1: You CAN have BOTH an RBBS conference (as above) AND a FIDO style
  42. ;        conference for one area, but no more.  IE:You want to post the COMM
  43. ;        conference for users AND have them tossed into Fido Style also.
  44. ;
  45. ; NOTE2: Don't go crazy with simultaneous (RBBS + FIDO) conferences, they
  46. ;        will drastically slow down tossing.  Tossing is optimized for
  47. ;        tossing into RBBS conferences; the below are simply for convienence.
  48. ;
  49. ; NOTE3: Messages with UNKNOWN areas will be tossed along with the original
  50. ;        AREA:xxxxxxxx which was not recognized.  Messages that DO NOT
  51. ;        contain an AREA:xxxxxx are assumed to be NETMAIL and are tossed into
  52. ;        the directory specified by your NETMAIL area.  But can also be
  53. ;        optionally tossed into an RBBS conference by using the AREA:NETMAIL
  54. ;
  55. ; NOTE4: The areas UNKNOWN and ROUTETHRU (if exist) will be exempt from dup
  56. ;        and size checking, even if you specify /CDUP.  The area UNKNOWN
  57. ;        functions as a PASSTHRU area.
  58. ;
  59. ; NOTE5: For Fido areas, EACH subdirectory must be unique!  MSGTOSS will not
  60. ;        allow intermixing of Fido Areas, and will abort with an error.
  61. ;
  62. C:\MAIL\UNKNOWN       UNKNOWN       |F|
  63. C:\MAIL\NMAIL         NETMAIL       |F|
  64. C:\MAIL\RBBS          RBBS-PC       |F|
  65. C:\MAIL\LAN           LAN           |F|
  66. C:\MAIL\RBBSPACK      RBBSMAIL_PACK |F|
  67.